iconview: add support for prelight cells
authorCosimo Cecchi <cosimoc@gnome.org>
Wed, 14 Sep 2011 21:32:02 +0000 (17:32 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Thu, 15 Sep 2011 13:34:04 +0000 (09:34 -0400)
commite9de907f9ea18b3e8363c2498d5b3e84502d558e
tree000961fdd00e04a8be16bce52dcbeb7a0b52eb37
parent393a1261b3a3ac396d4401e391be4b6923d61e63
iconview: add support for prelight cells

Render GtkIconView cell items with the prelight state flag when they're
being mouse hovered.
This works basically in the same way it's done for GtkTreeView cells,
and e.g. GtkCellRendererPixbuf will need to have its follow-state
property to opt in to prelight rendering.

https://bugzilla.gnome.org/show_bug.cgi?id=615501
gtk/gtkiconview.c